* lisp/progmodes/subword.el: Fix boundary case.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Jul 2013 16:25:32 +0000 (12:25 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Jul 2013 16:25:32 +0000 (12:25 -0400)
commit0f600295a1412da7138ff5b9e12e2c9d36e501b5
treef316ea86f34c66e6496b1d900c6400ccb1bd403a
parent0d7bba8d486aea5477706832c20a2daf255f1974
* lisp/progmodes/subword.el: Fix boundary case.
(subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
own group.
(subword-backward-regexp): Make it a constant.
(subword-forward-internal): Don't treat a trailing capital as the
beginning of a word.
* test/automated/subword-tests.el: New file.
lisp/ChangeLog
lisp/progmodes/subword.el
test/ChangeLog
test/automated/subword-tests.el [new file with mode: 0644]